chat: bump @ably/chat to 0.10.0#55
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
WalkthroughThis update upgrades the "@ably/chat" dependency from "^0.7.0" to "^0.10.0" and revises various CLI command files to align with breaking changes in the library. Updates include method renaming, type adjustments, property renaming, and event structure changes across message, reaction, presence, and occupancy command handlers. Changes
Sequence Diagram(s)sequenceDiagram
participant CLI_User
participant CLI_Command
participant AblyChatSDK
CLI_User->>CLI_Command: Run command (e.g., subscribe, send reaction)
CLI_Command->>AblyChatSDK: Call updated method (e.g., history, send, subscribe)
AblyChatSDK-->>CLI_Command: Emit event or response (with new types/structure)
CLI_Command-->>CLI_User: Output formatted result using updated properties/types
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (10)
🧰 Additional context used📓 Path-based instructions (3)`src/commands/**/*.ts`: Commands should follow the oclif structure: export defau...
📄 Source: CodeRabbit Inference Engine (.cursor/rules/AI-Assistance.mdc) List of files the instruction was applied to:
`**/*.{ts,tsx}`: Use TypeScript and follow best practice naming conventions Ensure all code passes ESLint lint checks before concluding your work
📄 Source: CodeRabbit Inference Engine (.cursor/rules/Development.mdc) List of files the instruction was applied to:
`src/commands/**/*.{ts,js}`: Follow oclif framework best practices when working with the CLI
📄 Source: CodeRabbit Inference Engine (.cursor/rules/Development.mdc) List of files the instruction was applied to:
🧠 Learnings (8)📓 Common learningspackage.json (6)src/commands/rooms/reactions/subscribe.ts (10)src/commands/rooms/occupancy/subscribe.ts (10)src/commands/rooms/presence/subscribe.ts (3)src/commands/rooms/presence/enter.ts (10)src/commands/rooms/messages/subscribe.ts (10)src/commands/rooms/occupancy/get.ts (2)⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
🔇 Additional comments (24)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bumps chat-js to 0.10.0.
Summary by CodeRabbit
Bug Fixes
Chores